compress/flate.huffmanBitWriter.writeTokens (method)

3 uses

	compress/flate (current package)
		huffman_bit_writer.go#L492: 	w.writeTokens(tokens, literalEncoding.codes, offsetEncoding.codes)
		huffman_bit_writer.go#L525: 	w.writeTokens(tokens, w.literalEncoding.codes, w.offsetEncoding.codes)
		huffman_bit_writer.go#L574: func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) {